POV-Ray : Newsgroups : povray.binaries.images : Shortest code ever for mandel landscape made of spheres : Re: Shortest code ever for mandel landscape made of spheres Server Time
19 Aug 2024 10:21:42 EDT (-0400)
  Re: Shortest code ever for mandel landscape made of spheres  
From: Warp
Date: 23 Jan 2001 09:07:00
Message: <3a6d9001@news.povray.org>
If we consider "decent-looking" a landscape viewed right from above, then
the code can be shortened even more:

light_source{y,1}$R=-2;#while(R<2)$I=-2;#while
(I<2)sphere{<R,I,4-eval_pattern(mandel 9,<R,I>
)>.01pigment{rgb y}}$I=I+.02;#end$R=R+.02;#end


Post a reply to this message


Attachments:
Download 'Mand_big.jpg' (87 KB) Download 'Mand.png' (30 KB) Download 'Mand_aa1.png' (40 KB) Download 'Mand_aa2.png' (33 KB)

Preview of image 'Mand_big.jpg'
Mand_big.jpg

Preview of image 'Mand.png'
Mand.png

Preview of image 'Mand_aa1.png'
Mand_aa1.png

Preview of image 'Mand_aa2.png'
Mand_aa2.png


 

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.